home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / m17n / hr-kbd.mim < prev    next >
Text File  |  2009-04-29  |  2KB  |  87 lines

  1. ;; hr-kbd.mim -- Croatian input method with Croatian keyboard layout
  2. ;; Copyright (C) 2004, 2005
  3. ;;   National Institute of Advanced Industrial Science and Technology (AIST)
  4. ;;   Registration Number H15PRO112
  5.  
  6. ;; This file is part of the m17n database; a sub-part of the m17n
  7. ;; library.
  8.  
  9. ;; The m17n library is free software; you can redistribute it and/or
  10. ;; modify it under the terms of the GNU Lesser General Public License
  11. ;; as published by the Free Software Foundation; either version 2.1 of
  12. ;; the License, or (at your option) any later version.
  13.  
  14. ;; The m17n library is distributed in the hope that it will be useful,
  15. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  17. ;; Lesser General Public License for more details.
  18.  
  19. ;; You should have received a copy of the GNU Lesser General Public
  20. ;; License along with the m17n library; if not, write to the Free
  21. ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  22. ;; Boston, MA 02110-1301, USA.
  23.  
  24. ;;; Input method for Croatian.
  25. ;;; Simulating Croatian Latin keyboard on American keyboard.
  26. ;;; @image html hr-kbd.png "Keyboard Layout"
  27. ;;; @image latex hr-kbd.eps "Keyboard Layout" width=\narrowwidth
  28.  
  29. ;; 1!  2"  3#  4$  5%  6&  7/  8(  9)  0=  '?  +*  ┬╕┬¿
  30. ;;   qQ  wW  rR  eE  tT  zZ  uU  iI  oO  pP  ┼í┼á  ─æ─É
  31. ;;    aA  sS  dD  fF  gG  hH  jJ  kK  lL  ─ì─î  ─ç─å  ┼╛┼╜
  32. ;;      yY  xX  cC  vV  bB  nN  mM  ,;  .:  -_
  33.  
  34. (input-method hr kbd)
  35.  
  36. (description
  37.  "Croatian input method simulating the Croatian Latin keyboard.
  38.     1!  2\"  3#  4$  5%  6&  7/  8(  9)  0=  '?  +*  ┬╕┬¿
  39.      qQ  wW  rR  eE  tT  zZ  uU  iI  oO  pP  ┼í┼á  ─æ─É
  40.       aA  sS  dD  fF  gG  hH  jJ  kK  lL  ─ì─î  ─ç─å  ┼╛┼╜
  41.         yY  xX  cC  vV  bB  nN  mM  ,;  .:  -_
  42. ")
  43.  
  44. (title "HR")
  45.  
  46. (map
  47.  (map
  48.         ("@" ?\")
  49.         ("^" ?&)
  50.         ("&" ?/)
  51.         ("*" ?\()
  52.         ("\(" ?\))
  53.         ("\)" ?=)
  54.   ("-" ?')    ("_" ??)
  55.   ("=" ?+)    ("+" ?*)
  56.   ("`" ?┬╕)    ("~" ?┬¿)
  57.  
  58.   ("y" ?z)    ("Y" ?Z)
  59.   ("[" ?┼í)    ("{" ?┼á)
  60.   ("]" ?─æ)    ("}" ?─É)
  61.  
  62.   (";" ?─ì)    (":" ?─î)
  63.   ("'" ?─ç)    ("\"" ?─å)
  64.   ("\\" ?┼╛)    ("|" ?┼╜)
  65.  
  66.   ("z" ?y)    ("Z" ?Y)
  67.         ("<" ?;)
  68.         (">" ?:)
  69.   ("/" ?-)    ("?" ?_)
  70.  
  71.   ("`c" ?├º)    ("`C" ?├ç)
  72.   ("`s" ?┼ƒ)    ("`S" ?┼₧)
  73.   ("~a" ?├ñ)    ("~A" ?├ä)
  74.   ("~e" ?├½)    ("~E" ?├ï)
  75.   ("~o" ?├╢)    ("~O" ?├û)
  76.   ("~u" ?├╝)    ("~U" ?├£)
  77.   ))
  78.  
  79. (state
  80.  (init
  81.   (map)))
  82.  
  83. ;; Local Variables:
  84. ;; coding: utf-8
  85. ;; mode: lisp
  86. ;; End:
  87.